home *** CD-ROM | disk | FTP | other *** search
/ Net Connect / NetConnect - Version 1.iso / data / providers / italia / nes next >
Text File  |  1996-11-27  |  736b  |  43 lines

  1. # Provider description file for AmiTCP Prefs
  2. # Location: Italia
  3.  
  4. # POPList
  5. Turin    "0113182531"
  6.  
  7. # provider.conf
  8. DialUp          1
  9. Interface       ppp
  10. InterfaceConfig 
  11. NeedSerial      1
  12. IPDynamic       1
  13. IPAddr          0.0.0.0
  14. NSDynamic    1
  15. UseBootP        0
  16. MTU             1500
  17. authentication  none
  18. domainname    alpcom.it
  19. mailserver    nic.alpcom.it
  20. newsserver    
  21. popserver    nic.alpcom.it
  22. ircserver    irc.alpcom.it
  23. wwwserver    www.alpcom.it
  24. ftpserver    ftp.alpcom.it
  25. nameserver    193.42.134.1
  26. nameserver    130.192.68.6
  27.  
  28. # LoginScript
  29. WaitFor "Username:"
  30. /* "send username" */
  31. SendLn ""
  32. WaitFor "Password:"
  33. /* "send password" */
  34. SendLn ""
  35. WaitFor "dial"
  36. Send "ppp "
  37. /* "send username" */
  38. SendLn ""
  39. WaitFor "Password:"
  40. /* "send password" */
  41. SendLn ""
  42. # EOP
  43.